ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.TransposedMultiRow Assembly / C1.Web.Mvc.TransposedMultiRow.Fluent Namespace / TransposedMultiRowGroupPanelExtension Class / ShowGroupPanel Method / ShowGroupPanel<T>(TransposedMultiRowBuilder<T>,String) Method
The data record type.
The specified FlexGrid builder.
The specified selector for the FlexGridGroupPanel's host element.

In This Topic
    ShowGroupPanel<T>(TransposedMultiRowBuilder<T>,String) Method
    In This Topic
    Apply the default FlexGridGroupPanel extender in FlexGrid.
    Syntax
    'Declaration
     
    Public Overloads Shared Function ShowGroupPanel(Of T)( _
       ByVal gridBuilder As TransposedMultiRowBuilder(Of T), _
       Optional ByVal selector As String _
    ) As TransposedMultiRowBuilder(Of T)
    public static TransposedMultiRowBuilder<T> ShowGroupPanel<T>( 
       TransposedMultiRowBuilder<T> gridBuilder,
       string selector
    )

    Parameters

    gridBuilder
    The specified FlexGrid builder.
    selector
    The specified selector for the FlexGridGroupPanel's host element.

    Type Parameters

    T
    The data record type.

    Return Value

    The TransposedMultiRow builder.
    See Also